Kubernetes Guide
Run stirling-pdf helm chart
helm repo add stirling-pdf https://stirling-tools.github.io/Stirling-PDF-chart
helm repo update
helm install stirling-pdf stirling-pdf/stirling-pdf-chart --namespace stirling-pdf --create-namespace
Override stirling-pdf default values
Create a values.yaml file with the values you want to override from the documentation.
(For examples, see the comments in the default values.yml file.)
Then, add -f values.yaml to the helm install command.
Upgrade the helm chart
helm repo update
helm upgrade stirling-pdf stirling-pdf/stirling-pdf-chart --namespace stirling-pdf --reuse-values